home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-06-17 | 2.2 KB | 78 lines | [TEXT/MPS ] |
- # File: MPWSort.make
- # Target: MPWSort
- # Sources: acur.c notif.c sort.c sortmain.c sortMenus.c sortWindow.c
- # Created: Wednesday, October 14, 1992 9:39:23 PM
-
- Compile =C
- Link =link
-
- OBJECTS = ∂
- acur.c.o ∂
- notif.c.o ∂
- sort.c.o ∂
- sortmain.c.o ∂
- sortMenus.c.o ∂
- sortWindow.c.o
-
- SORTOBJECTS = ∂
- bubble.o ∂
- selection.o ∂
- binary_insert.o ∂
- shell.o ∂
- quicker.o ∂
- shakershell.o
-
- COPTS =-r -opt full
- LOPTS =-opt full -o MPWSort -t APPL -c '????'
- LROPTS =-m main -rt SORT=
-
- MPWSort ƒƒ {OBJECTS}
- {Link} {LOPTS} {OBJECTS} "{Libraries}"Runtime.o "{Libraries}"Interface.o
- SetFile MPWSort -t 'APPL' -c 'SRTS' -a Bi
-
- MPWSort ƒƒ {SORTOBJECTS} sort.r
- Rez sort.r -a -o MPWSort
-
- acur.c.o ƒ acur.c acur.h
- {Compile} {COPTS} acur.c -o acur.c.o
-
- notif.c.o ƒ notif.c notif.h SortWindow.h
- {Compile} {COPTS} notif.c -o notif.c.o
-
- sort.c.o ƒ sort.c sort.h sortWindow.h sortMenus.h notif.h acur.h
- {Compile} {COPTS} sort.c -o sort.c.o
-
- sortmain.c.o ƒ sortmain.c sort.h sortWindow.h sortMenus.h notif.h acur.h
- {Compile} {COPTS} sortmain.c -o sortmain.c.o
-
- sortMenus.c.o ƒ sortMenus.c sort.h sortWindow.h sortMenus.h notif.h acur.h sortdata.h
- {Compile} {COPTS} sortMenus.c -o sortMenus.c.o
-
- sortWindow.c.o ƒ sortWindow.c sort.h sortWindow.h sortMenus.h
- {Compile} {COPTS} sortWindow.c -o sortWindow.c.o
-
- # ---------------- Sorting code resources
- bubble.o ƒ bubble.c sortdata.h
- {Compile} {COPTS} bubble.c -o bubble.c.o
- {Link} bubble.c.o {LROPTS}128 -sg bubble -o MPWSort
-
- selection.o ƒ selection.c sortdata.h
- {Compile} {COPTS} selection.c -o selection.c.o
- {Link} selection.c.o {LROPTS}129 -sg selection -o MPWSort
-
- binary_insert.o ƒ binary_insert.c sortdata.h
- {Compile} {COPTS} selection.c -o binary_insert.c.o
- {Link} binary_insert.c.o {LROPTS}130 -sg "binary insert" -o MPWSort
-
- shell.o ƒ shell.c sortdata.h
- {Compile} {COPTS} shell.c -o shell.c.o
- {Link} shell.c.o {LROPTS}131 -sg shell -o MPWSort
-
- quicker.o ƒ quicker.c sortdata.h
- {Compile} {COPTS} quicker.c -o quicker.c.o
- {Link} quicker.c.o {LROPTS}132 -sg quicker -o MPWSort
-
- shakershell.o ƒ shakershell.c sortdata.h
- {Compile} {COPTS} shakershell.c -o shakershell.c.o
- {Link} shakershell.c.o {LROPTS}133 -sg shakershell -o MPWSort
-